Search
Chart.setZDataFields Method
See Also
 






Sets the names of fields in the data source whose values are assigned to Z coordinates of rendered graphical elements.

Namespace: com.mindfusion.charting.swing
File: com.mindfusion.charting.swing

 Syntax

Java  Copy Code

public void setZDataFields (
    ObservableList<String> value
)

 Parameters

value

 See Also